home *** CD-ROM | disk | FTP | other *** search
- /**/
- cls
- Say "*******************************************************************"
- Say " Name: Test Case 04"
- Say " "
- Say " Program: CompuShow"
- Say " "
- Say " Purpose: To display a 640x480x256 GIF image in a full screen VDM"
- Say " "
- Say " "
- Say " Please refer to test04.doc for more"
- Say " information on what this test case does."
- Say "*******************************************************************"
-
- '@echo off'
- Pause
- 'cd ..\cshow'
- 'call 2show.exe /V ..\..\data\640x480.gif'
- 'cd ..\testcase'
- '@echo on'
- EXIT
-